mellium.im/sasl.Negotiator.state (field)

19 uses

	mellium.im/sasl (current package)
		negotiator.go#L52: 			machine.state |= RemoteCB
		negotiator.go#L69: 		state:     AuthTextSent | Receiving,
		negotiator.go#L78: 			machine.state |= RemoteCB
		negotiator.go#L97: 	state            State
		negotiator.go#L112: 	if c.state&Errored == Errored {
		negotiator.go#L117: 			c.state |= Errored
		negotiator.go#L121: 	switch c.state & StepMask {
		negotiator.go#L124: 		c.state = c.state&^StepMask | AuthTextSent
		negotiator.go#L127: 		c.state = c.state&^StepMask | ResponseSent
		negotiator.go#L130: 		c.state = c.state&^StepMask | ValidServerResponse
		negotiator.go#L144: 	return c.state
		negotiator.go#L150: 	c.state = c.state & (Receiving | RemoteCB)
		negotiator.go#L153: 	if c.state&Receiving == Receiving {
		negotiator.go#L154: 		c.state = c.state&^StepMask | AuthTextSent